We already update the grip position in _gtk_window_set_allocation, which
is done through the size_allocate above. Receiving a ConfigureNotify
also won't ever change a grip's visibility, so there's no point in
refreshing it.
/* gtk_window_configure_event() filled in widget->allocation */
gtk_widget_size_allocate (widget, &allocation);
- set_grip_position (window);
- update_grip_visibility (window);
-
/* If the configure request changed, it means that
* we either:
* 1) coincidentally changed hints or widget properties